From 655c40be25fb37c73f10168d4d39d3af6f3047ce Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 28 May 2015 15:39:03 -0700 Subject: [PATCH] Bump Cargo.toml's version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f567d62b3..c4ca27ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.2.0" +version = "0.3.0" dependencies = [ "advapi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7549de414..1f0c300ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.2.0" +version = "0.3.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] -- 2.30.2